Skip to content

Conversation

@rjrudin
Copy link
Contributor

@rjrudin rjrudin commented Oct 17, 2025

No description provided.

Copilot AI review requested due to automatic review settings October 17, 2025 11:34
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request replaces double quotes with single quotes across multiple JavaScript files as part of a linting effort to enforce consistent quote usage.

  • Standardized quote usage from double quotes to single quotes throughout the codebase
  • Updated string literals, object property keys, and require statement paths
  • Maintained consistent JavaScript coding style across authentication, document handling, query building, and utility modules

Reviewed Changes

Copilot reviewed 19 out of 19 changed files in this pull request and generated no comments.

Show a summary per file
File Description
lib/www-authenticate-patched/www-authenticate.js Updated string literals in error messages and hex formatting function
lib/www-authenticate-patched/user-credentials.js Changed encoding parameter strings in Buffer operations
lib/rows.js Updated require statement for big-integer module
lib/responder.js Changed require path and encoding parameter strings
lib/resources-exec.js Updated error message string formatting
lib/requester.js Changed authentication-related strings and object property keys
lib/query-builder.js Updated require statement for util module
lib/proxy-generator.js Changed logical operator strings and error message literals
lib/plan-builder.js Updated typeof comparison string
lib/plan-builder-base.js Changed typeof comparison strings and error message formatting
lib/patch-builder.js Updated file extension comparison and object property keys
lib/operation.js Changed quote character comparisons in version ID parsing
lib/mlutil.js Updated require statement for util module
lib/marklogic.js Changed require path for endpoint-proxy module
lib/internal.js Updated require statements and Operation constructor parameters
lib/endpointDeclarationValidator.js Converted entire JSON schema object from double to single quotes
lib/endpoint-proxy.js Changed error message strings and typeof comparison
lib/documents.js Updated error message string formatting
lib/basic-loader.js Changed error message strings

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@github-actions
Copy link

Copyright Validation Results
Total: 19 | Passed: 19 | Failed: 0 | Skipped: 0 | at: 2025-10-17 11:34:22 UTC | commit: 9b3ab77

✅ Valid Files

  • lib/basic-loader.js
  • lib/documents.js
  • lib/endpoint-proxy.js
  • lib/endpointDeclarationValidator.js
  • lib/internal.js
  • lib/marklogic.js
  • lib/mlutil.js
  • lib/operation.js
  • lib/patch-builder.js
  • lib/plan-builder-base.js
  • lib/plan-builder.js
  • lib/proxy-generator.js
  • lib/query-builder.js
  • lib/requester.js
  • lib/resources-exec.js
  • lib/responder.js
  • lib/rows.js
  • lib/www-authenticate-patched/user-credentials.js
  • lib/www-authenticate-patched/www-authenticate.js

✅ All files have valid copyright headers!

@rjrudin rjrudin merged commit f2f7a7f into develop Oct 17, 2025
9 checks passed
@rjrudin rjrudin deleted the feature/24763-lint-quotes branch October 17, 2025 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants